|
|
@@ -13,11 +13,11 @@ class IsolationPointFieldPoolInfoAdmin(admin.ModelAdmin):
|
13
|
13
|
|
14
|
14
|
|
15
|
15
|
class IsolationPointInfoAdmin(admin.ModelAdmin):
|
16
|
|
- list_display = ('point_id', 'point_name', 'point_fields', 'point_upload_period', 'temperature_measure_type', 'limit_scene_qrcode_url', 'status', 'created_at', 'updated_at')
|
|
16
|
+ list_display = ('point_id', 'point_name', 'point_upload_period', 'temperature_measure_type', 'status', 'created_at', 'updated_at')
|
17
|
17
|
|
18
|
18
|
|
19
|
19
|
class IsolationPointUserInfoAdmin(admin.ModelAdmin):
|
20
|
|
- list_display = ('point_id', 'user_id', 'fields', 'observed_days', 'chg_sta', 'temperature', 'last_submit_at', 'leave_at', 'status', 'created_at', 'updated_at')
|
|
20
|
+ list_display = ('point_id', 'user_id', 'temperature', 'observed_days', 'last_submit_at', 'antigen_result', 'antigen_observed_days', 'detect_at', 'leave_at', 'status', 'created_at', 'updated_at')
|
21
|
21
|
|
22
|
22
|
|
23
|
23
|
class FamilyMemberInfoAdmin(admin.ModelAdmin):
|
|
|
@@ -39,7 +39,7 @@ class AepThermometerMeasureLogInfoAdmin(ReadOnlyModelAdmin, admin.ModelAdmin):
|
39
|
39
|
|
40
|
40
|
|
41
|
41
|
class AntigenMeasureLogInfoAdmin(ReadOnlyModelAdmin, admin.ModelAdmin):
|
42
|
|
- list_display = ('point_id', 'user_id', 'macid', 'phone', 'user_name', 'result', 'detect_at', 'created_at', 'updated_at')
|
|
42
|
+ list_display = ('macid', 'point_id', 'device_id', 'sn', 'user_id', 'phone', 'user_name', 'result', 'detect_at', 'created_at')
|
43
|
43
|
|
44
|
44
|
|
45
|
45
|
admin.site.register(IsolationPointFieldPoolInfo, IsolationPointFieldPoolInfoAdmin)
|